﻿<style>
.pollBut{ border: 0 none; cursor: pointer; font-weight: bold; }
 .pollBut { background: #6d6d6d url("/images/fbutton.png") no-repeat 0 0; width: 97px; height: 26px; color: #fff; padding: 2px 2px 6px 4px; }
 .pollBut:hover { background-position: 0 -26px; background-color: #8b8b8b; }
 </style>

<div class="pollBlock" style="font-family:Tahoma,Arial;">
<div id='vote-layer'><div class="vtitle"><b>$QUESTION$</b></div>
<div class="pollAns" style="font-size:8pt;text-align:left;">$ANSWERS$</div>
<div class="pollLnk" style="padding-top:4px;text-align:center;">[ <a style="font-size:7pt;" href="$RESULTS_LINK$">Результаты</a> &middot; <a style="font-size:7pt;" href="$ARCHIVE_LINK$">Архив опросов</a> ]</div>
<div class="pollTot" style="padding-top:4px;font-size:7pt;text-align:center;">Всего ответов: <b>$TOTAL_VOTES$</b></div>
</div></div>